home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / chunky_dev.lha / chunky_dev / Demos / Colours / bartcolours.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-16  |  100 b   |  9 lines

  1. #ifndef BART_COLS_H
  2. #define BART_COLS_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. extern ULONG BartRGB32[];
  7.  
  8. #endif
  9.